crypto/tls.ecdheKeyAgreement.key (field)
5 uses
crypto/tls (current package)
key_agreement.go#L161: key *ecdh.PrivateKey
key_agreement.go#L189: ka.key = key
key_agreement.go#L263: peerKey, err := ka.key.Curve().NewPublicKey(ckx.ciphertext[1:])
key_agreement.go#L267: preMasterSecret, err := ka.key.ECDH(peerKey)
key_agreement.go#L304: ka.key = key
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |